projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1b64b
)
better doc for comp-func struct
author
Andrea Corallo
<akrl@sdf.org>
Sat, 21 Sep 2019 17:14:20 +0000
(19:14 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:52 +0000
(11:37 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 01edd2b18fe7bf739fa093fc812a03e73a0a19a7..8761312a5474ae85a3c136ce46f2d3554de41129 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-195,8
+195,7
@@
Is in use to help the SSA rename pass."))
:documentation "Key is the basic block symbol value is a comp-block
structure.")
(lap-block (make-hash-table :test #'equal) :type hash-table
- :documentation "Key value to convert from LAP label number to
-LIMPLE basic block.")
+ :documentation "LAP lable -> LIMPLE basic block.")
(edges () :type list
:documentation "List of edges connecting basic blocks.")
(edge-cnt-gen (funcall #'comp-gen-counter) :type function